Opc.Ua.Core
Encrypt(ArraySegment<Byte>,ArraySegment<Byte>,X509Certificate2) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > Encrypt Method : Encrypt(ArraySegment<Byte>,ArraySegment<Byte>,X509Certificate2) Method
Encrypts the buffer using asymmetric encryption.
Syntax
'Declaration
 
Protected Overloads Function Encrypt( _
   ByVal dataToEncrypt As ArraySegment(Of Byte), _
   ByVal headerToCopy As ArraySegment(Of Byte), _
   ByVal receiverCertificate As X509Certificate2 _
) As ArraySegment(Of Byte)
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim dataToEncrypt As ArraySegment(Of Byte)
Dim headerToCopy As ArraySegment(Of Byte)
Dim receiverCertificate As X509Certificate2
Dim value As ArraySegment(Of Byte)
 
value = instance.Encrypt(dataToEncrypt, headerToCopy, receiverCertificate)

Parameters

dataToEncrypt
headerToCopy
receiverCertificate
Remarks
Start and count specify the block of data to be encrypted. The caller must ensure that count is a multiple of the input block size for the current cipher. The header specifies unencrypted data that must be copied to the output.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members
Overload List